BaseSubsystem.ReadMemoryUInt16 method
Reads an unsigned short integer from the shared memory.
Namespace: IntervalZero.KINGSTAR.Base.Class
Assembly: IntervalZero.KINGSTAR.Base.Class (in IntervalZero.KINGSTAR.Base.dll) Version: 4.4.0.0
Syntax
ushort ReadMemoryUInt16(
int byteOffset
)
Function ReadMemoryUInt16(
byteOffset As Integer
) As UShort
Parameters
byteOffset
Type: int
Specifies a byte offset to the location to read an unsigned short integer value. Indexes are zero based.
Return value
Type: ushort
Usable EtherCAT states
ecatOffline, ecatInit, ecatBoot, ecatPreOP, ecatSafeOP, ecatOP
See also